home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Herra / RW12DEMO.ZIP / SCRIPTS / KITCHUNI.RWX < prev    next >
Text File  |  1993-11-04  |  1KB  |  52 lines

  1. ModelBegin
  2.  
  3.   ProtoBegin CabDouble
  4.   # x=2 y=1.5 z=1
  5.     Include cabdoubl.rwx
  6.   ProtoEnd
  7.  
  8.   ProtoBegin CabQuad
  9.   # x=4 y=1.5 z=1
  10.     Include cabquad.rwx
  11.   ProtoEnd 
  12.  
  13.   ProtoBegin WallCab
  14.   # x=2 y=1.5 z=1
  15.      Include wallcab.rwx
  16.   ProtoEnd
  17.  
  18.   ProtoBegin KitchUnit
  19.     # x=4.0 y =1.5 z=3.0
  20.     TransformBegin
  21.       Translate 0 0 -1.5
  22.       ProtoInstance CabQuad
  23.     TransformEnd
  24.     ClumpBegin
  25.     TransformBegin
  26.       Rotate 0 1 0 90
  27.       Translate 0 0 -1.5
  28.       ProtoInstance CabDouble
  29.     TransformEnd
  30.     ClumpEnd
  31.     ClumpBegin
  32.     TransformBegin
  33.       Rotate 0 1 0 -90
  34.       Translate 0 0 -1.5
  35.       ProtoInstance CabDouble
  36.     TransformEnd
  37.     ClumpEnd
  38.     ClumpBegin
  39.     TransformBegin
  40.       Rotate 0 1 0 90
  41.       Translate 0.0  2.5 -1.5
  42.       ProtoInstance WallCab
  43.     TransformEnd
  44.     ClumpEnd
  45.   ProtoEnd
  46.  
  47.   ClumpBegin
  48.     ProtoInstance KitchUnit
  49.   ClumpEnd
  50.  
  51. ModelEnd
  52.